That’s highly unlikely. In the vast majority of Internet-connected hosts, IPv6 is part of the OS kernel. The primary exception is if you have high-end network interfaces with TCP offloading. Otherwise, IPv6 is well above the level of the “Ethernet card,” which is most often just an IC on the motherboard these days, not a separate add-in card at all.
I’m not being merely pedantic: thinking unclearly about where IPv6 lives will lead you into misdiagnoses.
what I should have on the IPV6 firewalls to drop everything > 
The fact that your local hosts all use IPv4-only addressing doesn’t mean you don’t need IPv6. You don’t control the Internet, which does increasingly use IPv6. Also, some LAN-bound applications will use IPv6 internally, amongst themselves, if allowed.
This is because, for about the last 15 years, client OSes have shipped with IPv6 enabled by default. This has a number of implications.
For one, it means that when an application program does a DNS request through certain standard APIs, it’s implicitly asking for any address, not just IPv4. It’s perfectly legal to have an IPv4-only LAN but for IPv6 network connections to go out through the gateway, fetch data from an IPv6 server, and deliver it into your IPv4-only LAN.
The only way to keep your head in the sand on this is to go around to every Internet client — even including things like IoT devices — and disable IPv6 to prevent them from even trying. Blocking IPv6 at the router won’t stop the clients from trying, leading to annoying timeouts: with IPv6 still enabled, they may try it first, then have to wait until they give up on it working before they fall back to IPv4.
Even if you do go and disable IPv6 on every LAN host, there’s an increasing chance that something will then mysteriously break, and then you’ll be back here with another bogus diagnosis about the reason why, having forgotten that you broke it yourself with your blinkered IT policies.
It’s perfectly fine to have an IPv4-only LAN config, but it’s getting increasingly hard to ignore the fact that applications and services will use IPv6 unless forcibly prevented.
Time to get on the train.