Try putting a 0 second delay between the Remove From Parent, and the Open Level. – Sounds weird, but its possible that when you do Open Level - Level Blocking starts, freezing to the last frame, not rendering the updated frame with the removed UMG widget. Adding the delay will give it just enough to render the next frame.
See if that helps at all!
-Peace