Remove object into desktop

I need remove a Control into containercontrol, but what is method for remove control ? For include is easy:

ContainerControl1.EmbedWithin( Self, 50, 100 )

But, remove control ?

ContainerControl1.Close()