Jack has made this fantastic tutorial on how to remove the 'next blog' button on a Blogger blog. The piece of code you will need is:
#navbar { display: none; } #navbar-iframe { display: none !important; }
Remember to add a Blogger button afterwards using 'Layout' - 'Add a gadget' - 'Logo' - this will allow you to click and edit your blog.