I’m not sure to understand what you need. There is no word ‘price’ at the front-end, you can use your title and own price number for listing the price of the menu item.
If you want to remove the name you can just leave it empty or use the CSS I sent your here.
If you want to remove the price number then use:
.erm_product_price .price {
display: none !important;
}
Regards.