Removing the network from your style's pages list
From Dreamwidth Notes
For Core2 layouts
To hide it from view, you can add this to your layout's Custom CSS:
/* This removes the network link from the layout navigation */ .module-navlinks .network { display: none; }
For Core1 layouts and to remove it from the source
You're going to have to edit your layers. TODO: Add more info on this.