edit the spHead.php template file for the sp theme you are using and remove them… will look like:
sp_LoggedInOutLabel(‘tagClass=spLabelSmall spLeft’, __sp(‘Logged in as<br /><b>%USERNAME%</b>’), __sp(‘Please consider registering<br /><b>guest</b>’), __sp(‘Welcome back <b>%USERNAME%</b><br />Please log in to post’));
sp_LogInOutButton(‘tagClass=spButton spRight’, __sp(‘Log In’, ‘2011’), __sp(‘Log Out’), __sp(‘Log in and log out’));
sp_RegisterButton(‘tagClass=spButton spRight’, __sp(‘Register’), __sp(‘Register’));
as always, we strongly recommend you make your own sp theme instead of editing ours: http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/
or you could replace those with links to your own ones…