Remove total invoiced and received on a client statement

Try something like this:

.invoice-label-row2,
.invoice-label-row3,
.invoice-label-row4 {
display:none;
}

You’d need to put it in the Client Statement CSS.