How to properly remove class Bp from world

I would like to know if there’s a way to propely remove a class bp from the world, for example if I shoot an enemy I will destroy the component from within the class Bp, but all the variables are still there taking up memory space, is there a way to properly remove the entire Bp when the enemy dies so that it will no longer eat up memory?

Thanks in advance.