When Im finished with my SKScene is there a way to dismiss the SKScene from within my SKScene class?
If not back in my Viewcontroller where I present my SKScene
You can use:
[yourSKView presentScene:nil];
to remove the scene.