Exclude significant results from betadisper from adonis2?

Good morning,

I am trying to figure out the best way to use adonis2 on my dataset. I have three distances matrices (Bray Curtis, Jaccard and weighted Unifrac). I want to test four variables (A, B, C, D). Before feeding these variables into adonis2, I ran betadisper test to check the dispersion.
It turns out that the betadisper test for variable C gives a significant result.
My question now is: Is it forbidden to include variable see in my adonis2 formula? Or should variable C be excluded from adonis2 altogether?
Or should I switch vom adonis2 to anosim?

(I am using the adonis2 with "by margin" not "by terms" btw) Of course, adding or leaving out variable C changes the results from adonis2 (regardless if done "by margin" or "by terms"). Looking at my PCoA Plots I don't have a hard time leaving out variable C due to biological reasons/ extreme dispersions which is already visible to the naked eye in the PCoA plot.

This post here goes into the direction, but does not answer my question fully.

Thank you in advance!