How do I remove the built in hover effect on the buttons?
Probably via themes; look for the ::hover meta selector.
::hover
You can create a style class with element state. set box-shadow to none !important will get rid of the default boxshadow effect
none !important