Hello @ash,
These lines “My Account and Shooping cart” will automatically be seen in the page once the Woo commerce plugin recommended by the theme is activated .
So if you wish to remove them you can use below CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
div#cart-section {
display: none;
}
Hope this helps.
If you have any issue related to theme further, please let us know.
Best Regards!!