To remove the embedded Livescale experience from your Shopify Store, you must navigate to the theme.liquid file. This file can be found by going to Online Store > Themes > Actions > Edit code > theme.liquid.
The code must be removed from before the </head> parameter in the theme.liquid file. For example:
<script id="livescale-embed" src="https://diva.livescale.tv/shop/embedded-app/embedded-app.js"></script>
</head>
Once the code has been removed, you may save the file to apply the changes.