Currently, you can remove a product from a shopping bag using the Close icon. It appears when you hover over the product on the Shopping Bag page.
If you want to make this icon more noticeable, use this custom CSS code:
div.ecwid-productBrowser-cart-removeItemButton {
display:block;
background:transparent url(http://kb.ecwid.com/f/ecwid_remove_button.gif) no-repeat scroll center center;
height:17px;
width:70px;
}