To remove the shopping cart add this code to your custom CSS box:
.header_tools .cart{
visibility: hidden;
}
If you want to not show the cart( or other header tools) in responsive mobile, deactivate the Show header tools in responsive (Mobile) button on theme options > Header options.
Let us know.