Remove Child- it still exists

Hi,

I have a external movie loaded to as a movie clip with the name “loadedMovie”

when I remove the child with

removeChild(loadedMovie);

the child is gone from the stage but

trace(loadedMovie);

gives [object MovieClip]. How do I remove this movieclip and all references to it?

Thanks