Go to theme -> Action -> Edit Code -> Layout -> theme.liquid
Paste below code just before </body> closing body tag.
<!-- Remove logo from home page only :: starts -->
{% if template contains 'index' %}
<style>h1.header__heading{display: none !important;}</style>
{% endif %}
<!-- Remove logo from home page only :: ends -->