El filtro abs devuelve el valor absoluto.
{# numero = -5 #} {{ numero|abs }} {# produce 5 #}
Nota
Internamente, Twig usa la función abs de PHP.