When I use the "remove from parent" node in UE5 (Unreal Engine 5), I encounter an "Accessed None Trying to Read Property" error.

You are getting this error because the variable you are calling the method on is not valid. You can check that using the “IsValid” node beforehand. Did you maybe forgot to assign the result of the CreateWidget node to your variable?