The command
set firewall options interface ethX disable
was created to disable MSS clamping for an interface, but it might look a bit confusing because it says nothing about MSS clamping. And also redundant, because you could get the same by entering
delete firewall options interface ethX adjust-mss
So it seems it can be removed.