_name change, movie clip won't remove

I have a movieClip who’s name I changed with moveiClip._name = newName;
I can then take newName._x or _y or any other property and alter it just fine, but when I do _root.newName.removeMovieClip(); it won’t remove it. And going removeMovieClip(_root.newName); won’t work either. Any ideas??