I made a typo on that last bullet point: it should read that the proof could avoid all of ax-7, ax-10, ax11v, and ax-13.
Also, I mentioned alcomimw, but as written, it's not any stronger than ax11v. With ax11v + axc11r + ax-13, it's possible to come up with a similar "weak version" that suffices for all wff-free instances of ax-11, without needing the DV condition of alcomimw:
${
$d x z w $. $d y z w $.
alcomfw2.1 $e |- F/ z ph $.
alcomfw2.2 $e |- F/ w ph $.
alcomfw2.3 $e |- F/ x ps $.
alcomfw2.4 $e |- F/ y ps $.
alcomfw2.5 $e |- ( ( x = z /\ y = w ) -> ( ph <-> ps ) ) $.
$( Weak version of ~ alcom based on ~ ax11v and a double substitution. $)
alcomfw2 $p |- ( A. x A. y ph <-> A. y A. x ph ) $= ? $.
$}
The proof is to transform ( A. x A. y ph <-> A. z A. w ps ), swap the quantifiers with ax11v, and transform it back.