How to remove widgets from viewport

Take the Return value from the First create widget and promote to variable.
Add the widget to viewport… delay
Using the variable remove from parent.

What you’re currently doing is creating a 2nd widget layered on top…and removing nothing.
Widget has to be Added to Viewport to remove.