There's only one way to hide the tooltips, but it will hide all tooltips. Plugins use base items, and Oxwall has ties to those that the Dev doesn't have a lot of control over.
Here is some css to disable all tooltips.
.ow_tip, .ow_tip_top, .ow_tip_bottom {
visibility: hidden;
}