I suggest you use a child theme http://codex.wordpress.org/Child_Themes or use css custom plugin like this: https://wordpress.org/plugins/simple-custom-css/ if you will customize your theme.
Add the code in your child theme's style.css or using the plugin mentioned above.
.woocommerce-breadcrumb {
display: none;
}Let me know if it helps!![]()
Take care,
Learn some css and you will know how to do those edits in the future.
http://www.w3schools.com/css/default.asp
It wasn't breadcrumbs I was trying to get rid of it was a menu. To get rid of the menu I had to create a menu and have nothing on it if that makes sense.