Hi there,
This is possible by changing the template.css file in the css folder. Add this line of code at the end of the file:
#items th:nth-child(6),#items td:nth-child(6) {
display: none !important;
}
Just note that if you hide the column you won't be able to enter the tax percentage, so I'm not sure how useful this will be for you.
Best,
Dimitar