removeChild from an array

I’m trying to figure out why I can’t remove the child of the meteors immediately after they have hit the planet or a building so that it would only damage the building once. When I try to just ‘removeChild(meteorArray[k])’ AS says that the ‘object must be a child of the caller’. I’m not sure what that means, but I thought that the meteor was the child of the main document class.