back to top bottom is by default from our site which is at right side. If you have some long content/product list then that button will be displayed automatically. If you like to hide it then you can add 
.back-to-top {
    display: none !important;
}
 code which hides back to top button. I think now your problem is solved.
Thank you!