module Lookbook::Utils

def remove_position_prefix(str)

def remove_position_prefix(str)
  parse_position_prefix(str).last
end