Hey Icf,
I did a bit of poking around and found the following solution. I placed this in the Woo Canvas custom CSS area.
.page-id-28 .breadcrumb {
display: none;
}
You will have find out the page ID of the homepage you set. Look in the URL and it should say “post=28” where 28 was my specific page ID.
I’m not a CSS expert but I was able to put this together with hints from this helpful article. http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/