You shouldn't do that; these steps do also have a meaning and reasoning behind. Look, step 6 is one that is new; now we check the entire formula on state s0, while before the question was to check in on state s5. It's therefore not a "have already seen this" (like from node 11 to 0).
What you can skip are paths that are not needed, e.g., in a disjunctive branching which is true, you only need one path to prove this, and in a conjunctive branching, you only need one branch to disprove it. The rest is needed, I would say.