Hi,
You could hide it from css using:
.breadcrumbs b { display:none; }
If you only want to hide it on that one page you could add a custom body class to the page from page settings then use:
body.customclass .breadcrumbs b { display:none; }
Hope that helps,
Joe