The SceneManager wrapper for Irrlicht.NET is missing the GetRootNode method, so it makes it impossible to clear all nodes from the scene manager.
Instead you have to insert an empty node and use that as your root node in which you load everything as a child off and then remove all nodes from your "psuedo-root".