To hide elements that are only there for visual purposes, you can use
aria-hidden
.
aria-hidden="true"/"false"
is an attribute you can add to elements that completely removes them from the accessibility API.