How can I hide Home in my menu in a specific page?

WordPress adds a unique class for each page in the body tag, you can use that class to target specific elements on your page through CSS.

.page-id-32 .menu-item-31 {display:none;}